home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / ArchiveUtils / TARInspector1.0 / Source / TARInspector.h < prev    next >
Text File  |  1995-06-12  |  332b  |  21 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import <apps/Workspace.h>
  5.  
  6. @interface TARInspector:WMInspector
  7. {
  8.     id        textOutput;                //inited to nil
  9.     char     *lastSelection;            //inited to NULL
  10.     int        lastSelectionCount;        
  11.     NXStream *instructions;            //inited to NULL
  12.     int        revertEnabled;
  13.     int        okEnabled;
  14. }
  15.  
  16. + new;
  17. - ok:sender;
  18. - revert:sender;
  19.  
  20. @end
  21.